home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / opsecurities.ctl < prev    next >
Text File  |  2000-05-12  |  777b  |  41 lines

  1. -- RCSVER $Id: opsecurities.ctl,v 1.1 2000-05-03 12:29:14-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        opsecurities.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the opsecurities table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE opsecurities
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     op_type,
  18.     subsys_id,
  19.     security_level
  20. )
  21. begindata
  22. 1|1|10|
  23. 2|2|10|
  24. 3|3|10|
  25. 4|4|5|
  26. 5|2|5|
  27. 6|3|5|
  28. 7|4|10|
  29. 8|1|5|
  30. 9|4|5|
  31. 10|3|1|
  32. 11|2|1|
  33. 12|1|10|
  34. 13|2|10|
  35. 14|3|10|
  36. 15|4|10|
  37. 16|1|10|
  38. 17|2|10|
  39. 18|3|10|
  40. 19|4|10|
  41.